main class

英 [meɪn klɑːs] 美 [meɪn klæs]

网络  主类; 主要类说明; 主要类; 大类; 主类别

计算机



双语例句

  1. For Java programs, the main class name and the command-line arguments are such parameters.
    对于Java程序,主类名和命令行参数都是这类参数。
  2. The main class used to handle this communication is the HttpServlet class.
    用于处理该通信的主类就是HttpServlet类。
  3. A new configuration is automatically created when you launch an application with a new main class using the Run> Run As command.
    当您使用Run>RunAs命令启动含有新主类的应用程序时,将自动创建一个新配置。
  4. Pluglets are very similar to normal Java programs: you have a main class that implements a main entry point.
    Pluglet与标准的Java程序十分相似:您拥有一个实现了主入口点的主类。
  5. The first parameter is the name of the application, and the third is the fully qualified class name of the application's main class.
    第一个参数是应用程序的名称,第三个参数是应用程序主类的完全限定类名。
  6. To run an application stored in a non-executable JAR, you have to add it to your class path and invoke the application's main class by name.
    要运行存储在非可执行的JAR中的应用程序,必须将它加入到您的类路径中,并用名字调用应用程序的主类。
  7. Note that the project and main class are already specified.
    注意,工程和主要的类已经指定。
  8. In the Main tab for this new configuration, you should see a Project field and a Main class field.
    在这个新配置的Main选项卡中,应该可以看到一个Project字段和一个Mainclass字段。
  9. Connection and ConnectionFactory are the two main class definitions in the resource package.
    Connection和ConnectionFactory是资源包中两个主要的类定义。
  10. Because the ij tool is a Java application, you need to start up a Java Virtual Machine ( JVM), and indicate the name of the appropriate main class you want to run& in this case, the ij tool.
    因为ij工具是Java应用程序,因此需要启动JavaVirtualMachine(JVM),并指出要运行的相应主类的名称,在这里是ji工具。
  11. Normally you run a Java application by specifying the main class as a parameter to the JVM.
    运行Java应用程序的通常方式是作为参数向JVM指定主类。
  12. Make a post into methods of the main class
    通过主类的方法发布帖子
  13. The only IBM Mashup Center product limitation is that the main class ( defined in the attribute value of the definition file) must be a Dojo class.
    IBMMashupCenter唯一的产品限制是主类(在定义文件的属性值中定义)必须是一个Dojo类。
  14. Next, implement a main class representing the Buyer to call the JAX-RPC proxy to invoke the agent process.
    接下来,实现描述Buyer的主要类,通过JAX-RPC代理来调用代理流程。
  15. The application client project requires a mandatory main class that contains a standard Java main method to execute.
    这个应用客户端项目需要一个包含有即将被执行的标准Javamain方法的强制性的主类。
  16. You can run this example by running the main class from Eclipse.
    通过从Eclipse运行主类,就可以运行这个例子了。
  17. Fortunately, it's pretty easy to emulate the work done by the JVM in running the main class of your application.
    幸运的是,模拟JVM在运行应用程序的主类时所做的工作是相当容易的。
  18. You can create a separate script which only contains the view, while the interactions or bindings between components are in the main class, making a clearer separation in the MVC model.
    你可以创建一个仅仅包含视图的单独的脚本,而与组件的交互或者绑定都在主类中,在MVC模式中可以更清晰的分离视图与逻辑部分。
  19. Scientific and technological revolution have greatly changed the class structure of capitalist society in that the middle class has become the main class in capitalist society.
    科技革命促使资本主义社会的阶级结构发生了很大变化,中产阶级成为资本主义社会的主要阶级。
  20. The Graphical User Interface ( GUI) usually communicates with the main class using Windows messages ( because MFC is not thread safe) and by calling functions or by using the shared variables.
    GUI经常与主类通信,通过Windows消息(因为MFC不是线程安全的)、通过调用函数或通过使用共享的变量。
  21. Some individuals have harmful side effects with long-term use of bisphosphonates, the current main class of osteoporosis treatment drugs.
    有些患者长期使用双膦酸盐会产生有害的副作用,它是目前治疗骨质疏松症的主流药物。
  22. Edit the main class file instead.
    而是编辑主类文件。
  23. Details include the module id, the application's main class, modules which the program provides and modules on which it depends.
    详细信息包括模块id,应用程序的主类,程序提供的模块和所依赖的模块。
  24. Before the exploiting class was wiped out, never put the main class contradiction as the social main contradiction;
    在剥削阶级消灭以前,不可把主要的阶级矛盾等同于主要社会矛盾;
  25. Then the paper gives a detail introduction to design and implementation of the main class, main program, backgroud class and sprite class base on J2ME.
    介绍了教学编译程序实例的设计思想和语法规则,并着重对主程序、分程序和几个功能性程序给予了详细分析。
  26. Output file name ( default: base name of file with main class or first file)
    输出文件名(默认值:包含主类的文件或第一个文件的基名称)
  27. The IndexWriter is the main class responsible for creating indices.
    IndexWriter是负责创建索引的主要类。
  28. IOCPS: The main class that handles all the communication.
    IOCPS:处理所有通信的主类。
  29. By contrast, the main class of investors in the West are fund managers such as pension funds.
    对比之下,西方债券市场的主要投资者是养老基金等基金管理公司。
  30. Instead,@ DependsOn annotation can be used to define which other Singletons the main session bean class needs and the container will ensure the dependent classes are started before the main class.
    相反,@DependsOn注解可用来定义主Sessionbean需要哪些Singletons,同时容器会确保在启动主类之前先启动依赖的类。